翻訳と辞書
Words near each other
・ Merfyn Frych
・ Merfyn Jones
・ Merfyn Jones (footballer)
・ Merfyn Turner
・ Merga
・ Merga Bien
・ Mergana
・ Mergasor District
・ Mergbach
・ Merge
・ Merge (linguistics)
・ Merge (software)
・ Merge (SQL)
・ Merge (traffic)
・ Merge (version control)
Merge algorithm
・ Merge in Takapuna
・ Merge in transit
・ Merge Module
・ Merge Records
・ Merge Records discography
・ Merge sort
・ Merge window
・ Mergeable heap
・ Mergellandroute
・ Mergellina
・ Mergellina (Naples Metro)
・ Mergellina Funicular
・ Mergelstätten Formation
・ Mergelyan's theorem


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Merge algorithm : ウィキペディア英語版
Merge algorithm
Merge algorithms are a family of algorithms that run sequentially over multiple sorted lists to produce a single sorted list as output. These algorithms are used as subroutines in various sorting algorithms, most famously merge sort.
== Binary merge ==
The simplest merge algorithm is the one employed in classical merge sort. This ''binary merge'' algorithm takes two sorted lists as input, and repeatedly picks off an element from either the "left" or "right" list, whichever is smaller. When one list is exhausted, it produces all elements from the other list.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Merge algorithm」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.